home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u169.dms / in.adf / FrePaint / doc < prev    next >
Encoding:
Text File  |  1978-01-01  |  3.6 KB  |  97 lines

  1. FrePaint1.0          by Jim Ellis 1 Nov 88
  2. A mouse oriented drawing program
  3. Load,Save,and cycle are hacked up versions of Carolyn Scheppner's
  4. ILBM demos ,the rest is mine.  Compiled with AC-basic v3.0
  5. Freely redistributable as long as -You don't make any money on it,
  6. and I'm not responsable for any problems arising from it's use.Ok?
  7. This version is Unfinshed so there's bound to be a couple unhatched
  8. bugs floating around .A 512K Amiga is fairly easy to run out of
  9. memory The program shoud exit gracefully if this happens ,but I
  10. make no promises
  11.  
  12. Send bug-reports,comments,requests,no money  to:
  13.  
  14.                          Jim Ellis          ocasionly CIS 71071,716
  15.                          Box 268
  16.                          Igo,ca  96047
  17.  
  18. Requires---graphics-dos-exec,and diskfont.bmaps -preferably in LIBS:
  19.            Amiga with at least 512K
  20.  
  21. Heres how --when the program finishes loading you will see a "Toolbox"
  22. on the left side of the window .Following is a short description
  23. of the available options.    Experiment
  24.  
  25.  
  26. TOOLBOX
  27. Close--removes toolbox from pic..Bring it back via the menu or
  28.        by typing " b ",however,any part of the pic it covers will be
  29.        lost
  30. Clr---clears picture
  31.  
  32. Most tools work the same way--press and hold left button,
  33.          drag out the shape and release when it looks right
  34. Line--
  35. Box---
  36. Frehand--
  37. Ellipse--
  38. Fill-----single-click,fills EncloseD shapes-stop it by moving mouse
  39.          over toolbox ,or touching spacebar
  40. Polygon--drag out line,each click thereafter defines point of polygon
  41.          until you either 1-pass over the orignal point (button up or
  42.          down) 2-move pointer over toolbox, or 3-spacebar
  43. Text-----mouse-button down to locate cursor,load any disk-font via the
  44.          menu
  45. Brush----paint with custom brush ,3 modes via the menu
  46. Lace-----Try it  Single-click,move the mouse around ..Click again to
  47.          stop .
  48. Cut------cut out custom brush..if brush is currently selected it
  49.          picks up brush  without affecting picture.if any other
  50.          tool is current ,removes brush from pic,leaving background
  51.          color...once you define a brush it's available until you
  52.          define another one
  53. Magnify--button down to locate area,release to open window with 4X
  54.          magnification.when drawing here,use color selector at
  55.          bottom of window.click anywhere outside window to close.
  56.          to scroll:   left--","  right--"."   up--"<"  down--">"
  57. Undo-----undo the last action taken (once)
  58. Areafill-toggle switch.if selected any enclosed shapes drawn as
  59.          solid  shapes.also toggles cycle mode for "Lace"
  60. Palette--brings up color palette (below)
  61.  
  62. The next four gadgets chose the current areafill pattern,the 4th
  63. (solid) also shows the current color,which is chosen by clicking
  64. on one of the various colorgadgets
  65.  
  66. PALETTE
  67. R,G,B sliders adjust color
  68. Copy---copy one color to another
  69. Undo---undo All changes
  70. Cycle--set start and end colors for colorcycle ."TAB" key toggles
  71.        cycle on and off
  72. Ex-----exchange 2 colors
  73. speed--colorcycle speed
  74. Cancel-same as undo,closes window
  75. Ok-----saves changes and closes window .if you hit Ok while cycle
  76.        is on the colors may end up in the wrong order.reopen win.
  77.        and click Undo or cancel to fix
  78. ---you must close window before any other operations will work--
  79.  
  80. MENU
  81. Project:
  82. Load,Save--load or save file as IFF ILBM  .currently only
  83.            640x200 16 color
  84. New-------
  85. Quit-----
  86. Edit:
  87. Cut-------cuts brush from pic
  88. Copy------makes brush,leaves pic
  89. Paste-----same as Brush except only puts one image then returns to
  90.           current tool
  91. Undo-----
  92. Tools:---same as choseing tool from toolbox
  93. Mode:----various drawing modes
  94. Windows:-open toolbox,palette,or load a font
  95. enjoy
  96.  
  97.